home *** CD-ROM | disk | FTP | other *** search
/ Interview Skills of the Future / Interview Skills of the Future.iso / lesson1.mmm / meta.txt < prev   
Encoding:
Text File  |  1994-08-24  |  8.9 KB  |  204 lines

  1. Name
  2. ----
  3. Lesson1Interview Skills:
  4.  
  5. Strings
  6. ------
  7. rollingSnds
  8. Macromedia Director
  9.  
  10. stxt
  11. ----
  12. bob,D,,B,,III,MAMA,A03,GFOUPOF,A03,,F06E06F00J00F00F00F03K04,,S,
  13. 1,1,1,2,3,2,1,2,3,2
  14. 0
  15. bob
  16. 6,2,1,4,1,5,6,3,1,5
  17. THIS CERTIFIES THAT
  18. HAS COMPLETED THE LESSON IN
  19. WITH A SCORE OF         OUT OF TEN
  20. AND IS AWARDED THIS
  21. CERTIFICATE OF
  22. ACCOMPLISHMENT
  23. THE BASICS OFINTERVIEW PREPARATION
  24. 0
  25.  
  26. Script Channel Commands
  27. --------------------
  28. go to marker(0)if TestMouse then testAnswer 1if TestMouse then testAnswer 2if TestMouse then testAnswer 3if NumCorrect = 10 then  UserInfo(mSetModules, UserInfo(mGetModules) & "A10")else  UserInfo(mSetModules, UserInfo(mGetModules) & "A0" & string(NumCorrect))end ifset the immediate of sprite 23 to TRUEset the immediate of sprite 24 to TRUEif TestMouse then  play "PrintWait"  end ifSpriteAnim(mSwapCast 4, "QPicture" & string(Question))SpriteAnim(mSwapCast 5, "QText" & string(Question))SpriteAnim(mSwapCast 6, "QAnswers" & string(Question))SpriteAnim(mSwapCast 7, "Q" & string(QDone + 1))set TransOn = TRUEWaitForQT 2UserInfo(mSaveInfo)if TestMouse then  go to frame "LessonMenu" of movie "Menu"end ifPlayOptionButtonif TestMouse then play "Options"if TestMouse then go to "Options"PrintCertgo to "Review2"go to marker (0)if the optionDown then go to marker(1)set the text of cast "TheScore" to string(NumCorrect)PlayCorrect "post"set TransOn = FALSEif TestMouse then  SpriteAnim(mClearPuppets, 10, 14)  UserInfo(mDispose)  SpriteAnim(mDispose)  ThePath(mDispose)  Globes(mDispose)  quitend ifSpriteAnim(mClearPuppets, 4, 7)go to movie "PPInst1"go to "PostTest"set FrameType = 0pauseset FrameType = 1pauseset FrameType = 2pauseif NumCorrect = 10 then  UserInfo(mSetModules, UserInfo(mGetModules) & "E10")else  UserInfo(mSetModules, UserInfo(mGetModules) & "E0" & string(NumCorrect))end ifUserInfo(mReadInfo)set the text of field "UserName" to UserInfo(mGetUserName)if the text of field "UserName" = EMPTY then  set the text of field "UserName" to " "end ifset the textFont of field "UserName" to "Times"set the textSize of field "UserName" to 24set the textStyle of field "UserName" to "bold, italic"set TransOn = FALSEpuppetSound 0if the machineType = 256 then  if LevelSetting then    set the soundLevel to LevelSetting  end if end ifPlayHelpButtonif TestMouse then  SpriteAnim(mClearPuppets, 7, 14)  UserInfo(mDispose)  SpriteAnim(mDispose)  ThePath(mDispose)  Globes(mDispose)  quitend ifgo to the frame - 1UserInfo(mReadInfo)set the text of field "UserName" to UserInfo(mGetUserName)if the text of field "UserName" = EMPTY then  set the text of field "UserName" to " "end ifset the textFont of field "UserName" to "Times"set the textSize of field "UserName" to 24set the textStyle of field "UserName" to "bold, italic"set Answer = EMPTYset QList = EMPTYset QDone = 0set NumCorrect = 0set TransOn = TRUEGlobes(mSetPlace, "PostTest")set Review = FALSEsound playFile 1, "review.aif"if the machineType = 256 then checkFileset Review = TRUEset the immediate of sprite 23 to TRUEset the immediate of sprite 24 to TRUEUserInfo(mReadInfo)set the text of field "UserName" to UserInfo(mGetUserName)if the text of field "UserName" = EMPTY then  set the text of field "UserName" to " "end ifset the textFont of field "UserName" to "Times"set the textSize of field "UserName" to 24set the textStyle of field "UserName" to "bold, italic"sound playFile 1, "review.aif"play doneset TransOn = TRUEpickQuestion "Pre"set TransOn = FALSEif the machineType = 256 then  if VolumeSetting then    set the volume of sprite 2 to VolumeSetting  end ifend ifif the machineType = 256 then removeFlagFilepickQuestion "Post"set TransOn = FALSEset TransOn = FALSEPlayReviewButtonset Review = 2set the immediate of sprite 23 to TRUEset the immediate of sprite 24 to TRUEUserInfo(mReadInfo)set the text of field "UserName" to UserInfo(mGetUserName)if the text of field "UserName" = EMPTY then  set the text of field "UserName" to " "end ifset the textFont of field "UserName" to "Times"set the textSize of field "UserName" to 24set the textStyle of field "UserName" to "bold, italic"sound playFile 1, "review.aif"SpriteAnim(mSwapCast 4, "Num" & string(NumCorrect))updateStagePlayCorrect "pre"set TransOn = FALSE--UserInfo(mReadInfo)set the text of field "UserName" to UserInfo(mGetUserName)if the text of field "UserName" = EMPTY then  set the text of field "UserName" to " "end ifset the textFont of field "UserName" to "Times"set the textSize of field "UserName" to 24set the textStyle of field "UserName" to "bold, italic"puppetSound 0set TransOn = FALSEif the machineType = 256 then  if LevelSetting then    set the soundLevel to LevelSetting  end if end ifGlobes(mSetPlace, "PreTest")
  29.  
  30. vwci
  31. ----
  32. 1025: 14122 BG.PICT
  33. 1026: 131 OPEN BG.PICT
  34. 1027: 133A.MOVInterview Skills:QTmovies:133A.MOVMooV
  35. 1028: 14123 SCORESCREEN.PICT
  36. 1034: on mouseDown  global SpriteAnim, TransOn  if not TransOn then    SpriteAnim(mAnimButton 24, "Option down", "Option up")  end ifend mouseDown    Option up
  37. 1035:  Option down
  38. 1036: on mouseDown  global SpriteAnim, TransOn  if not TransOn then    SpriteAnim(mAnimButton 10, "Button1 down", "Button1 up")  end ifend mouseDown
  39. Button1 up
  40. 1037:  Button1 down
  41. 1038: on mouseDown  global SpriteAnim, TransOn  if not TransOn then    SpriteAnim(mAnimButton 11, "Button2 down", "Button2 up")  end ifend mouseDown
  42. Button2 up
  43. 1039:  Button2 down
  44. 1040: on mouseDown  global SpriteAnim, TransOn  if not TransOn then    SpriteAnim(mAnimButton 12, "Button3 down", "Button3 up")  end ifend mouseDown
  45. Button3 up
  46. 1041:  Button3 down
  47. 1042:  UserInfoFile
  48. 1043: Answers
  49. 1045: 
  50. Down Click
  51. 1046: 
  52. Null Sound
  53. 1047: Up Click
  54. 1049:     ist movieInterview Skills:QTmovies:133.MOVMooV
  55. 1050: on mouseUp  end mouseUp    QPicture0
  56. 1051: on mouseUp  end mouseUpQText0
  57. 1052: on mouseUp  end mouseUp    QAnswers0
  58. 1053:     QPicture1
  59. 1054: QText1
  60. 1055:     QAnswers1
  61. 1056:     QPicture2
  62. 1057: QText2
  63. 1058:     QAnswers2
  64. 1059:     QPicture3
  65. 1060: QText3
  66. 1061:     QAnswers3
  67. 1062:     QPicture4
  68. 1063: QText4
  69. 1064:     QAnswers4
  70. 1065:     QPicture5
  71. 1066: QText5
  72. 1067:     QAnswers5
  73. 1068:     QPicture6
  74. 1069: QText6
  75. 1070:     QAnswers6
  76. 1071:     QPicture7
  77. 1072: QText7
  78. 1073:     QAnswers7
  79. 1074:     QPicture8
  80. 1075: QText8
  81. 1076:     QAnswers8
  82. 1077:     QPicture9
  83. 1078: QText9
  84. 1079:     QAnswers9
  85. 1080: 
  86. 1081: 
  87. 1082: 
  88. 1083: Q1
  89. 1084: Q2
  90. 1085: Q3
  91. 1086: Q4
  92. 1087: Q5
  93. 1088: Q6
  94. 1089: Q7
  95. 1090: Q8
  96. 1091: Q9
  97. 1092: Q10
  98. 1093: on mouseUp  end mouseUpQ1
  99. 1094: Num0
  100. 1095: Num1
  101. 1096: Num2
  102. 1097: Num3
  103. 1098: Num4
  104. 1099: on mouseUp  end mouseUpNum5
  105. 1100: Num6
  106. 1101: Num7
  107. 1102: Num8
  108. 1103: Num9
  109. 1104: Num10
  110. 1105: 
  111. 1107: 
  112. P&TCls.MOVInterview Skills:QTmovies:183.MOVMooV
  113. 1108:     Next down
  114. 1113: 2.2.1.2.3.1. help1.PICT
  115. 1114:  PostCorrect
  116. 1122: UserName
  117. 1125: 2.2.1.2.3.2. help2.PICT
  118. 1126:  Option2 down
  119. 1127: 2.2.1.2.3.3. help3.PICT
  120. 1129:     Templates
  121. 1130: 2.10.1.4. BG Cert.PICT
  122. 1131: 2.10.1.1.1. P&T.PICT
  123. 1132: 
  124. 1133: printbox solo.pict
  125. 1135: on mouseUp  end mouseUp
  126. Option2 up
  127. 1136: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 23, "Yes on", "Yes off")end mouseDownYes off
  128. 1137: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 24, "No on", "No off")end mouseDownNo off
  129. 1138: 2.2.1.2.3.4. help4.PICT
  130. 1139: 12125 Review.PICT
  131. 1140: 
  132. help6.PICT
  133. 1141: 2.2.1.2.7. CREDITS.PICT
  134. 1143: 392 NSF CERT.PICT
  135. 1144:     Menu down
  136. 1145: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 5, "Menu down", "Menu up")end mouseDownMenu up
  137. 1147: 
  138. Print down
  139. 1148: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 4, "Print down", "Print up")end mouseDownPrint up
  140. 1149:     Quit down
  141. 1150: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 6, "Quit down", "Quit up")end mouseDownQuit up
  142. 1152: 2.2.1.2.3.5. help5.PICT
  143. 1165:     Prev down
  144. 1166: Prev up
  145. 1171: Neg1
  146. 1172: Neg2
  147. 1173: Neg3
  148. 1174: Neg4
  149. 1175: Neg5
  150. 1176: Neg6
  151. 1177: Neg7
  152. 1181: Pos1
  153. 1182: Pos2
  154. 1183: Pos3
  155. 1184: pos4
  156. 1185: Pos5
  157. 1187: 121241 Gloss1.PICT
  158. 1188: 121242 Gloss2.PICT
  159. 1191: 2.2.1.2.2.2. opt menu.mock.PICT
  160. 1192: Next1 up
  161. 1193: Mod1 up
  162. 1194: on mouseUp  end mouseUpMod2 up
  163. 1195: Mod3 up
  164. 1196:     Mod1 down
  165. 1197: No on
  166. 1198: on mouseUp  end mouseUpYes on
  167. 1199:     Mod2 down
  168. 1200:     Mod3 down
  169. 1205: 121243 Gloss3.PICT
  170. 1208: 1811 CONCLTEXT.PICT
  171. 1209:  Move on down
  172. 1210:  Review down
  173. 1211: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 4, "Move on down", "Move on up")end mouseDown
  174. Move on up
  175. 1212: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 5, "Review down", "Review up")end mouseDown    Review up
  176. 1213: on mouseUp  end mouseUp
  177. Option2 up
  178. 1217: Cert1
  179. 1218: Cert10
  180. 1219: Cert2
  181. 1220: Cert3
  182. 1221: Cert4
  183. 1222: Cert5
  184. 1223: Cert6
  185. 1224: Cert7
  186. 1225: Cert8
  187. 1226: Cert9
  188. 1227: CertA1
  189. 1228: CertA2
  190. 1229: Cert0
  191. 1230: CertA3
  192. 1233:     STAR.PICT
  193. 1236:     PreTestA1Interview Skills: PRETEST1.AIFAIFF
  194. 1237:     PreTestA2Interview Skills: PRETEST2.AIFAIFF
  195. 1238:     PreTestA3Interview Skills:
  196. PRETL1.AIFAIFF
  197. 1241: UserName
  198. 1259: TheScore
  199.  
  200. Fonts
  201. -----
  202. Geneva
  203. Times
  204.